[test] Fix bgp_fact test to support IPv6 peer#138
Merged
taoyl-ms merged 1 commit intosonic-net:masterfrom Mar 14, 2017
Merged
Conversation
Signed-off-by: Taoyu Li <taoyl@microsoft.com>
stcheng
approved these changes
Mar 14, 2017
lguohan
pushed a commit
that referenced
this pull request
Aug 3, 2017
Signed-off-by: Taoyu Li <taoyl@microsoft.com>
nhe-NV
pushed a commit
to nhe-NV/sonic-mgmt
that referenced
this pull request
May 12, 2025
[202412] Code sync sonic-net/sonic-mgmt:202411 => 202412
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
[202012][sonic-linkmgrd] submodule update
commit efee4d5b807887bae14c16a8a297756739fcc17e (HEAD -> 202012, upstream/202012)
Author: Jing Zhang <zhangjing@microsoft.com>
Date: Mon Oct 3 09:40:55 2022 -0700
[Active-Standby] fix syslog flood caused by `unkown -> standby` switchovers (sonic-net#137)
Description of PR
Summary:
Fixes # (issue)
This is to fix the syslog flood issue caused by repeated switchovers from unknown to standby. The scenario trigged the issue was when xcvrd timed out toggles requests but was able to probe:
Linkmgrd toggles to standby
-> toggles fails, xcvrd writes unknown
-> linkmgrd probes mux state
-> xcvrd writes standby
-> linkmgrd toggles to standby (previous mux state was unknown, switching to match)
-> toggles fails, xcvrd writes unknown
-> ... ...
sign-off: Jing Zhang zhangjing@microsoft.com
commit d4de3d31db6512b045c050533cd9e11a92522916
Author: Jing Zhang <zhangjing@microsoft.com>
Date: Tue Sep 27 10:36:59 2022 -0700
[202012][Cherry-pick] Post switchover reasons to STATE DB (sonic-net#138)
Description of PR
Summary:
Fixes # (issue)
Cherry-pick conflict:
ea68e8c Jing Zhang Wed Sep 21 10:52:18 2022 -0700 Post switchover reasons to STATE DB (sonic-net#131)
a5a9f90 Hua Liu Fri Sep 16 09:54:32 2022 +0800 Install libyang to azure pipeline (sonic-net#132)
sign-off: Jing Zhang zhangjing@microsoft.com
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#16930) #### Why I did it src/sonic-telemetry ``` * 67f5e31 - (HEAD -> 202012, origin/202012) Recover from potential panic when doing map to JSON serialization (sonic-net#161) (sonic-net#169) (4 weeks ago) [Zain Budhwani] * 537898d - Add key to on change updates (sonic-net#138) to 202012 (sonic-net#163) (6 weeks ago) [Zain Budhwani] ```
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…matically (sonic-net#15134) src/sonic-py-swsssdk * cd4cb1e - (HEAD -> 202205, origin/202205) Loosen the redis version requirement (sonic-net#138) (5 hours ago) [xumia]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#16870) src/sonic-telemetry * a399feb - (HEAD -> 202205, origin/202205) Merge pull request sonic-net#155 from zbud-msft/cherry-pick-on-change-mode-202205 (48 minutes ago) [Ying Xie] |\ | * d7ea9fe - Merge branch '202205' into cherry-pick-on-change-mode-202205 (2 hours ago) [Ying Xie] | |\ | |/ |/| * | 7623da9 - Merge pull request sonic-net#165 from zbud-msft/cherry-pick-prepare-state-db-202205 (2 hours ago) [Ying Xie] |\ \ | * | a561194 - Cherry pick files from on change deletion commit (17 hours ago) [Zain Budhwani] |/ / | * 3a3f43c - Merge branch '202205' into cherry-pick-on-change-mode-202205 (19 hours ago) [Ying Xie] | |\ | |/ |/| * | 818b345 - Merge pull request sonic-net#162 from zbud-msft/202205_remove_download_image (19 hours ago) [Ying Xie] * | 1b4d489 - Install necessary deb instead of entire image (19 hours ago) [Zain Budhwani] / * e494561 - Add key to on change updates (sonic-net#138) (2 weeks ago) [Zain Budhwani]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
[Namespace]: Fix SAI_ID key used in cpfcIfTable and csqIfQosGroupStatsTable implementation (sonic-net#138) Implementation changes for CiscoBgp4MIB (sonic-net#158) [ciscoSwitchQosMIB]: Remove invocation of update_data function during (sonic-net#161) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Taoyu Li taoyl@microsoft.com
Resolve issue #136